home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / sound / emxwin40.zip / _SETUP.1 / EnigmacrossDemo.exe / 0 / RCDATA / TEMXDEMOINPUTFORM / TEMXDEMOINPUTFORM.txt < prev   
Text File  |  1997-04-01  |  2KB  |  113 lines

  1. object EmxDemoInputForm: TEmxDemoInputForm
  2.   Left = 222
  3.   Top = 174
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Quotation and Author-Title of '
  7.   ClientHeight = 322
  8.   ClientWidth = 434
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label3: TLabel
  19.     Left = 312
  20.     Top = 184
  21.     Width = 113
  22.     Height = 15
  23.     Caption = ' Quotation Count  '
  24.     Color = clGray
  25.     Font.Color = clWhite
  26.     Font.Height = -11
  27.     Font.Name = 'Arial'
  28.     Font.Style = []
  29.     ParentColor = False
  30.     ParentFont = False
  31.   end
  32.   object QcLbl: TLabel
  33.     Left = 405
  34.     Top = 184
  35.     Width = 18
  36.     Height = 15
  37.     Alignment = taRightJustify
  38.     AutoSize = False
  39.     Caption = '0'
  40.     Color = clGray
  41.     Font.Color = clWhite
  42.     Font.Height = -11
  43.     Font.Name = 'Arial'
  44.     Font.Style = []
  45.     ParentColor = False
  46.     ParentFont = False
  47.   end
  48.   object Image1: TImage
  49.     Left = 312
  50.     Top = 28
  51.     Width = 113
  52.     Height = 137
  53.     Picture.Data = {<image000.bmp>}
  54.     OnClick = Image1Click
  55.   end
  56.   object QuoteMemo: TMemo
  57.     Left = 8
  58.     Top = 12
  59.     Width = 289
  60.     Height = 265
  61.     Font.Color = clBlack
  62.     Font.Height = -15
  63.     Font.Name = 'Courier New'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabOrder = 0
  67.     OnKeyPress = QuoteMemoKeyPress
  68.     OnKeyUp = QuoteMemoKeyUp
  69.   end
  70.   object AcrosticEdit: TEdit
  71.     Left = 8
  72.     Top = 288
  73.     Width = 289
  74.     Height = 25
  75.     CharCase = ecUpperCase
  76.     Font.Color = clBlack
  77.     Font.Height = -15
  78.     Font.Name = 'Courier New'
  79.     Font.Style = []
  80.     ParentFont = False
  81.     TabOrder = 1
  82.   end
  83.   object CancelBtn: TBitBtn
  84.     Left = 331
  85.     Top = 220
  86.     Width = 75
  87.     Height = 25
  88.     Cancel = True
  89.     Caption = '&Cancel'
  90.     Font.Color = clBlack
  91.     Font.Height = -11
  92.     Font.Name = 'Arial'
  93.     Font.Style = []
  94.     ModalResult = 2
  95.     ParentFont = False
  96.     TabOrder = 2
  97.   end
  98.   object OkBtn: TBitBtn
  99.     Left = 331
  100.     Top = 252
  101.     Width = 75
  102.     Height = 25
  103.     Caption = '&OK'
  104.     Font.Color = clBlack
  105.     Font.Height = -11
  106.     Font.Name = 'Arial'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     TabOrder = 3
  110.     OnClick = OkBtnClick
  111.   end
  112. end
  113.